PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFSubmitFormAction Class / setFields Method
A list of strings identifying which fields to include in the submission or which to exclude, depending on the value set by getSubmitFields method.
In This Topic
    setFields Method
    In This Topic
    Sets the list identifying which fields to include in the submission or which to exclude. If this list is null or empty then all the form fields are submitted regardless of the value set by getSubmitFields method. The fields for which the method com.o2sol.pdf4java.forms.PDFField.isExportable returns false will not be submitted no matter if they are included in the list or not.
    Syntax
    public void setFields( 
       java.util.ArrayList<String> value
    )

    Parameters

    value
    A list of strings identifying which fields to include in the submission or which to exclude, depending on the value set by getSubmitFields method.
    See Also